翻訳と辞書
Words near each other
・ btrieve technologies, inc.
・ btrl
・ bts
・ btw
・ buaf
・ buag
・ bubble memory
・ bubble sort
・ bucky bits
・ buffer
buffer overflow
・ buffer overrun
・ buffered write-through
・ bug
・ bug fix
・ bug fix release
・ bug tracking system
・ bug-compatible
・ bug-for-bug compatible
・ buglix


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

buffer overflow : FOLDOC
buffer overflow
What happens when you try to store more data in a buffer than it can handle. This may be due to a mismatch in the processing rates of the producing and consuming processes (see overrun and firehose syndrome), or because the buffer is simply too small to hold all the data that must accumulate before a piece of it can be processed. For example, in a text-processing tool that crunches a line at a time, a short line buffer can result in lossage as input from a long line overflows the buffer and overwrites data beyond it. Good defensive programming would check for overflow on each character and stop accepting data when the buffer is full.
See also spam, overrun screw.
[Jargon File]
(1996-05-13)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.